func runtime.pageIndexOf
7 uses
runtime (current package)
mgcmark.go#L1670: arena, pageIdx, pageMask := pageIndexOf(span.base())
mgcmark.go#L1766: arena, pageIdx, pageMask := pageIndexOf(span.base())
mgcmark_greenteagc.go#L937: arena, pageIdx, pageMask := pageIndexOf(spanBase)
mheap.go#L757: func pageIndexOf(p uintptr) (arena *heapArena, pageIdx uintptr, pageMask uint8) {
mheap.go#L1532: arena, pageIdx, pageMask := pageIndexOf(s.base())
mheap.go#L1749: arena, pageIdx, pageMask := pageIndexOf(s.base())
mwbbuf.go#L256: arena, pageIdx, pageMask := pageIndexOf(span.base())
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |